home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 808 b | 44 lines | [TEXT/MPS ] |
- { MacUnits.p © Copyright G. Sawitzki, 1988-1991}
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes:=0}
- {$ENDC}
-
- {$IFC Not UsingIncludes}
- UNIT MacUnits;
- INTERFACE
- {$ENDC}
-
- {$IFC Undefined UsingMac}
- {$SETC UsingMac:=1}
-
- {$I+}
- {$SETC MacIncludes:=UsingIncludes}
- {$SETC UsingIncludes:=1}
-
- {$IFC Undefined UsingTypes}
- {$I $$Shell(Pinterfaces)Types.p}
- {$ENDC}
-
-
- {$IFC UNDEFINED UsingQuickdraw}
- {$I $$Shell(PInterfaces)Quickdraw.p}
- {$ENDC}
- {$IFC UNDEFINED UsingOSIntf}
- {$I $$Shell(PInterfaces)OSIntf.p}
- {$ENDC}
- {$IFC UNDEFINED UsingToolIntf}
- {$I $$Shell(PInterfaces)ToolIntf.p}
- {$ENDC}
- {$IFC UNDEFINED UsingPackIntf}
- {$I $$Shell(PInterfaces)PackIntf.p}
- {$ENDC}
- {$IFC UNDEFINED UsingSANE}
- {$I $$Shell(PInterfaces)SANE.p}
- {$ENDC}
-
- {$SETC UsingIncludes:=MacIncludes}
-
- {$ENDC}
- {$IFC NOT UsingIncludes}
- END.
- {$ENDC}